Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix types for SColl[SColl[SByte]] when passing UInt8Array #154

Merged
merged 2 commits into from
Nov 25, 2024
Merged

Conversation

arobsn
Copy link
Member

@arobsn arobsn commented Nov 25, 2024

Fixes #152

Copy link

changeset-bot bot commented Nov 25, 2024

🦋 Changeset detected

Latest commit: a47a5fd

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 8 packages
Name Type
@fleet-sdk/serializer Patch
@fleet-sdk/compiler Patch
@fleet-sdk/core Patch
@fleet-sdk/mock-chain Patch
@fleet-sdk/wallet Patch
@fleet-sdk/ageusd-plugin Patch
@fleet-sdk/babel-fees-plugin Patch
@fleet-sdk/blockchain-providers Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

Copy link

pkg-pr-new bot commented Nov 25, 2024

@fleet-sdk/ageusd-plugin

npm i https://pkg.pr.new/@fleet-sdk/ageusd-plugin@154

@fleet-sdk/babel-fees-plugin

npm i https://pkg.pr.new/@fleet-sdk/babel-fees-plugin@154

@fleet-sdk/blockchain-providers

npm i https://pkg.pr.new/@fleet-sdk/blockchain-providers@154

@fleet-sdk/common

npm i https://pkg.pr.new/@fleet-sdk/common@154

@fleet-sdk/compiler

npm i https://pkg.pr.new/@fleet-sdk/compiler@154

@fleet-sdk/crypto

npm i https://pkg.pr.new/@fleet-sdk/crypto@154

@fleet-sdk/core

npm i https://pkg.pr.new/@fleet-sdk/core@154

@fleet-sdk/mock-chain

npm i https://pkg.pr.new/@fleet-sdk/mock-chain@154

@fleet-sdk/serializer

npm i https://pkg.pr.new/@fleet-sdk/serializer@154

@fleet-sdk/wallet

npm i https://pkg.pr.new/@fleet-sdk/wallet@154

commit: a47a5fd

Copy link

codecov bot commented Nov 25, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (3d3abd8) to head (a47a5fd).
Report is 3 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff            @@
##            master      #154   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files          124       124           
  Lines        13470     13470           
  Branches      1632      1632           
=========================================
  Hits         13470     13470           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.


🚨 Try these New Features:

@arobsn arobsn merged commit 2ebaa45 into master Nov 25, 2024
11 checks passed
@arobsn arobsn deleted the arobsn/i152 branch November 25, 2024 15:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fix types for Coll[Coll[Byte]] when passing UInt8Array
1 participant